projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06f8407
)
; Finish recent rename of completion-* predicates.
author
Basil L. Contovounesios
<contovob@tcd.ie>
Wed, 17 Feb 2021 13:27:56 +0000
(13:27 +0000)
committer
Basil L. Contovounesios
<contovob@tcd.ie>
Wed, 17 Feb 2021 13:27:56 +0000
(13:27 +0000)
lisp/net/shr.el
patch
|
blob
|
history
diff --git
a/lisp/net/shr.el
b/lisp/net/shr.el
index 739b56b88c6fb34bf439d615ed25a277895f1130..0e89999b756680d6c5eb39857bc2012ba365e53f 100644
(file)
--- a/
lisp/net/shr.el
+++ b/
lisp/net/shr.el
@@
-434,7
+434,7
@@
Value is a pair of positions (START . END) if there is a non-nil
(defun shr-show-alt-text ()
"Show the ALT text of the image under point."
- (declare (completion (lambda (_ b) (completion-button-p 'shr b))))
+ (declare (completion (lambda (_ b) (com
mand-com
pletion-button-p 'shr b))))
(interactive)
(let ((text (get-text-property (point) 'shr-alt)))
(if (not text)